home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povppc.sit / POVPPC / POV-Ray / POV-Ray.rsrc / TEXT_442_ tiles.txt < prev    next >
Encoding:
Text File  |  1994-04-26  |  231 b   |  15 lines

  1. // texture attribute
  2. // create a tiled texture, alternates between 2 textures
  3. tiles
  4. {
  5.   texture // texture of tile #1
  6.   {
  7.     pigment { agate }
  8.   }
  9.   tile2
  10.   texture // texture of tile #2
  11.   {
  12.     pigment { granite }
  13.   }
  14. } // tiles
  15.